tools/libxc: x86 HVM save code
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 7 Jun 2014 20:17:33 +0000 (21:17 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 5 May 2015 13:30:47 +0000 (14:30 +0100)
commit9f0c16e72d10f276741d64da60855acff3d67d52
tree8b036bd35d6f23de270c9b48551dc25a26b02364
parenteab806a097b38c07979a313f8bd2a7258cdcce3b
tools/libxc: x86 HVM save code

Save the x86 HVM specific parts of the domain.  This is considerably simpler
than an x86 PV domain.  Only the HVM_CONTEXT and HVM_PARAMS records are
needed.

There is no need for any page normalisation.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxc/Makefile
tools/libxc/xc_sr_common.h
tools/libxc/xc_sr_save_x86_hvm.c [new file with mode: 0644]